object fUpdateScript: TfUpdateScript Left = 192 Top = 107 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Last Update Script' ClientHeight = 177 ClientWidth = 388 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object CheckBox1: TCheckBox Left = 8 Top = 72 Width = 97 Height = 17 Caption = 'Bold' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 88 Width = 97 Height = 17 Caption = 'Italic' TabOrder = 1 end object CheckBox3: TCheckBox Left = 8 Top = 104 Width = 97 Height = 17 Caption = 'Underline' TabOrder = 2 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 370 Height = 57 Caption = 'Text ' TabOrder = 3 object Edit1: TEdit Left = 6 Top = 22 Width = 357 Height = 21 TabOrder = 0 Text = 'This page is last updated on ' end end object Button1: TButton Left = 8 Top = 149 Width = 75 Height = 21 Caption = 'Add Script' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 304 Top = 149 Width = 75 Height = 21 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 5 OnClick = Button2Click end end